If you want to try and push data through a particular port (e.g. to test for firewalls between two machines) and have access to both ends, you can use "netcat" (nc) on Linux, e.g. a: nc -u -l 9123 - listen on UDP port 9123 b: nc -u a 9123 - send